home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 90 / CD Actual 90.iso / Software3D / K-3D / k3d-0.4.2.1 / shaders / k3d_glass.sl.slmeta < prev    next >
Encoding:
Text File  |  2004-07-23  |  2.9 KB  |  31 lines

  1. <k3dml>
  2.     <shaders>
  3.         <shader type="surface" name="k3d_glass">
  4.             <description>Shiny reflective & refractive glass, using ray tracing</description>
  5.             <authors>Larry Gritz</authors>
  6.             <argument name="Ka" storage_class="uniform" type="float" extended_type="float" array_count="1" space="" output="false" default_value="0.2"/>
  7.             <argument name="Kd" storage_class="uniform" type="float" extended_type="float" array_count="1" space="" output="false" default_value="0"/>
  8.             <argument name="Ks" storage_class="uniform" type="float" extended_type="float" array_count="1" space="" output="false" default_value="0.5"/>
  9.             <argument name="roughness" storage_class="uniform" type="float" extended_type="float" array_count="1" space="" output="false" default_value="0.05"/>
  10.             <argument name="specularcolor" storage_class="uniform" type="color" extended_type="color" array_count="1" space="" output="false" default_value="1 1 1"/>
  11.             <argument name="Kr" storage_class="uniform" type="float" extended_type="float" array_count="1" space="" output="false" default_value="1"/>
  12.             <argument name="reflblur" storage_class="uniform" type="float" extended_type="float" array_count="1" space="" output="false" default_value="0"/>
  13.             <argument name="envname" storage_class="uniform" type="string" extended_type="texture" array_count="1" space="" output="false" default_value=""/>
  14.             <argument name="envspace" storage_class="uniform" type="string" extended_type="string" array_count="1" space="" output="false" default_value="world"/>
  15.             <argument name="envrad" storage_class="uniform" type="float" extended_type="float" array_count="1" space="" output="false" default_value="100"/>
  16.             <argument name="rayjitter" storage_class="uniform" type="float" extended_type="float" array_count="1" space="" output="false" default_value="0"/>
  17.             <argument name="raysamples" storage_class="uniform" type="float" extended_type="float" array_count="1" space="" output="false" default_value="1"/>
  18.             <argument name="Kt" storage_class="uniform" type="float" extended_type="float" array_count="1" space="" output="false" default_value="1"/>
  19.             <argument name="refrblur" storage_class="uniform" type="float" extended_type="float" array_count="1" space="" output="false" default_value="0"/>
  20.             <argument name="eta" storage_class="uniform" type="float" extended_type="float" array_count="1" space="" output="false" default_value="1.5"/>
  21.             <argument name="transmitcolor" storage_class="uniform" type="color" extended_type="color" array_count="1" space="" output="false" default_value="1 1 1"/>
  22.             <argument name="refrrayjitter" storage_class="uniform" type="float" extended_type="float" array_count="1" space="" output="false" default_value="0"/>
  23.             <argument name="refrraysamples" storage_class="uniform" type="float" extended_type="float" array_count="1" space="" output="false" default_value="1"/>
  24.         </shader>
  25.     </shaders>
  26. </k3dml>
  27.  
  28.  
  29.  
  30.  
  31.